home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 502 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: hearst.acc.Virginia.EDU!adastra!mbs
  2. Newsgroups: comp.sys.amiga.programmer
  3. From: mbs@adastra.cvl.va.us (Michael B. Smith)
  4. Subject: Re: ADE
  5. References: <4cku60$t4m@globe.indirect.com> <DKuzuJ.49n@cyf-kr.edu.pl>
  6. X-NewsReader: GRn 3.0b24 December 30, 1995
  7. MIME-Version: 1.0
  8. Content-Type: text/plain; charset=iso-8859-1
  9. Content-Transfer-Encoding: 8bit
  10. Message-ID: <mbs.46x6@adastra.cvl.va.us>
  11. Date: Mon, 8 Jan 96 10:42:38 EDT
  12. Organization: Only if you insist...
  13.  
  14. In article <DKuzuJ.49n@cyf-kr.edu.pl> iskra@student.uci.agh.edu.pl (Kamil Iskra) writes:
  15. > > In article <mbs.46mp@adastra.cvl.va.us>,
  16. > > Michael B. Smith <mbs@adastra.cvl.va.us> wrote:
  17. > > >rez is a way of keeping program, normally loaded from disk, at each
  18. > > >request; in memory. When a shell or another program tries to run a
  19. > > >rez'ed program, a copy is provided from memory; without having to load
  20. > > >it from disk.
  21. > > >
  22. > > >It uses lots more memory; but it's worlds faster too.
  23. >
  24. > What's the difference between this program and standard system "resident"
  25. > command?
  26.  
  27. Using 'rez' does _not_ require a program to be pure. ANY program
  28. can be 'rez'ed.
  29.  
  30. For things like gcc, where -resident hasn't worked since 2.3.3 (or so),
  31. it's quite important.
  32. --
  33.   //   Michael B. Smith
  34. \X/    mbs@adastra.cvl.va.us
  35.